home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Ebooks / ActiveX and VBScript / f22-6.gif < prev    next >
Graphics Interchange Format  |  2000-05-25  |  22.7 KB  |  640x480  |  4-bit (16 colors)
   ocr: Script Wizard - insure.alx VBScript) X 1.Select an Event: 2. Insert Actions: CommandButton1 ti GoTo Page... AfterUpdate t-0 ComboBox1 BeforeDragOver #-0 ComboBox2 SetoreDropufPaste #-6 a ComboBox3 BeforeUpdate #-6 CommandButtonl Click t- GlobalVariables DblClick #- Labell Sub commanabuttonl Click() Dim TotalQuote TotalQuote = 0 If ComboBox1.L1.ListIndex = -1 Then Alert "Please select an Engine Size" Exit Sub End If If ComboBox2.ListIndex = -1 Then Alert "Please select a State" Exit Sub End If List' View Code View OK Cancel Help